lua-users home
lua-l archive

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


Thank  you!  This is pretty cool stuff!

Mike

On Wed, Jan 7, 2009 at 10:04 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> I wonder how hard it would be to change the parser so that when a
> table is being indexed with . or :

You can do it easily with token filters. Attached is a token filter written
in C that does that for '.' (but can easily be adapted to handle ':').
--lhf