lua-users home
lua-l archive

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


On Sun, Feb 23, 2014 at 1:54 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.3 will probably remove this restriction.

That's nice to know! In the meantime, have a look at ilua

https://github.com/ilua/ilua

which uses an exploratory compile trick to remove the restriction. It
also has a default pretty-printer which is good enough for most
purposes.

steve d.