[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Selenophobia
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 30 Mar 2017 09:16:01 -0300
> 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.