lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, May 31, 2010 at 12:49 PM, M Joonas Pihlaja
<jpihlaja@cc.helsinki.fi> wrote:
> Did I miss something huge in lua 5.2-work3?  What are these "macros"
> you speak of?

My apologies, it relies on LuaMacro
http://luaforge.net/projects/luamacro/ which itself relies on lhf's
token-filter patch.

Fairly crude, basically smart lexical macros, souped-up C style,
unlike Metalua's clever AST macros.

steve d.