LuaMacro icon indicating copy to clipboard operation
LuaMacro copied to clipboard

An extended Lua macro preprocessor

Results 5 LuaMacro issues
Sort by recently updated
recently updated
newest added

If I do the following: ``` luam -o test.lua test.luam echo $? ``` And `test.luam` doesn't exist, the exit code is still `0` (which leads to my Makefile not failing...

The latest version on LuaRocks is [2.5.1](https://luarocks.org/modules/steved/luamacro/2.5.1-1), but there’s no 2.5.1 tag in this repository.

Hi Steve, I saw your LuaMacro 2.4 announcement on luarocks-dev: > This fixes some nasty bugs, some of them on the lexical level (like `fred.dog` being lexed as a single...

it seems that it still remaining in version 2.3, is that file obsolete?