There are no reviews yet. Be the first to send feedback to the community and the maintainers!
== Description == LuaMatrix - Matrices and matrix operations implemented in pure Lua. This supports operations on matrices and vectors whose elements are real, complex, or symbolic. Implemented entirely in Lua as tables. Includes a complex number data type too. For details on use, see the comments in matrix.lua and complex.lua, as well as the test suite. To install, copy matrix.lua and complex.lua into your LUA_PATH. The modules can alternately be installed via LuaRocks ("luarocks install luamatrix"). == Project Page == http://lua-users.org/wiki/LuaMatrix == Credits == Authors: Michael Lutz (original author), David Manura (maintainer). Bug fixes/comments: Geoff Richards, SatheeshJM, Martin Ossmann, and others. == License == See the LICENSE.txt file for licensing details.
lua2c
convert Lua source code into an equivalent C source code written in terms of Lua C API callslua-inspect
Lua code analysis, with plugins for HTML and SciTEluacom
Microsoft Component Object Model (COM) binding for Lualua-fish
Parses Lua to abstract syntax tree (AST) using LPeg.lua-bit-numberlua
Bitwise operators in pure Lua using Lua numberslua-compress-deflatelua
DEFLATE (RFC1951)/gunzip implemented in pure Lualua-compat-env
Lua 5.1/5.2 environment compatibility functions.lua-glob-pattern
Converts file glob string to Lua pattern string.lua-annotate
C code comments externally stored but displayed inlinelua-digest-crc32lua
CRC-32 checksum implemented in pure Lualua-balanced
match a Lua string, comment, or expression by loose parsing in pure Lualua-parser-loose
loose parsing of Lua code, ignoring syntax errorslua-list-comprehension
list comprehensions in pure Lualua-patch
Pure Lua implementation of the Unix patch utility (unified diff only)lua-pythonic-optparse
Command-line argument parsing similar to Python's optparse librarylua-mbuild
Lua-based memoized build systemlua-find-bin
Locates directory of original Lua script.lua-lib
Simple insertion of directories in package search paths.lua-file-slurp
Easily read/write entire files from/to a string.lua-require-any
Like `require` but selects any one of the listed modules.lua-stringlua
Lua 5.1 string library reimplemented in Lualua-test
testingLove Open Source and this site? Check out how you can help us