[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Short function definition syntax; thoughts on Lua (was Re: [ANN] GSL Shell new beta release...)
- From: Matthew Wild <mwild1@...>
- Date: Fri, 4 Dec 2009 12:22:57 +0000
2009/12/4 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
>> BTW, is there any position yet on token filtering being part of Lua 5.2?
>
> I think it'll probably remain an external addon; it's just a one-line change
> in llex.c.
>
Exactly! :)
Unfortunately I think this means I won't really be able to use it, as
Lua is already packaged for all major platforms, and I don't want to
have users install or build a custom version of Lua just for my
application (for a one-line change above all things).
Matthew