Modules
macro | LuaMacro 2, a macro-preprocessor for Lua. |
macro.Getter | Getter class. |
macro.TokenList | A TokenList class for generating token lists. |
macro.assert | a simple testing framework. |
macro.builtin | LuaMacro built-in macros. |
macro.clexer | A C lexical scanner using LPeg. |
macro.do | An intelligent 'loop-unrolling' macro. |
macro.forall | forall statement. |
macro.lambda | Short anonymous functions (lambdas). |
macro.lc | Simplifying writing C extensions for Lua. |
macro.lexer | A Lua lexical scanner using LPeg. |
macro.lib.class | a basic class mechanism. |
macro.libs.test | assert_ macro library support. |
macro.module | Easy no-fuss modules. |
macro.try | A try/except block. |
macro.with | A with statement. |
Scripts
luam | Front end for LuaMacro, a Lua macro preprocessor. |