lua-users home
lua-l archive

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


> I think that having some access to metaprogramming (like in luaMacro
> or metalua) in the core is a missing part of lua.  Having so can
> help extend the language and ease language extension, adding new
> syntactic sugar on the fly

You can experiment with that using my ltokenp as a preprocessor
or by writing a token filter in C, if you're bold.