lua-users home
lua-l archive

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


On 05/19/2010 03:01 PM, steve donovan wrote:
There is also LuaMacro, which is C-style lexical macros.  However, it
does require your Lua to have the token filter patch applied, at least
for the compilation stage.

(Since it is C-style, you can define the C classic ASSERT(a == 0) and
actually have the string 'a == 0' displayed as the assert message)
Thanks, a nice suggestion :)!

Sincerely,
Nick