Re: Allow table.keyword rather than table['keyword']?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Allow table.keyword rather than table['keyword']?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2016年3月14日 11:36:05 -0300
> Ideally in the "do it yourself" idea Lua is in, it would be possible to
> make this alternations to the parser/lexer from within in script code
> (including all other kind of syntactic sugar often asked)
That was the idea in my token filters.
The link I posted earlier has a token filter written in C:
http://lua-users.org/lists/lua-l/2012-03/msg00309.html