lua-users home
lua-l archive

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


David Given <dg <at> cowlark.com> writes:

> ...
> It'd be a lot of work, as it would need a complete 
> Lua AST serialiser/deserialiser. 

Hi.

I have lua unparser, but in Scala (you can see result of unparsing here:
http://luaforge.net/frs/download.php/4248/luapp51-0.7.zip).
I will be able to rewrite for you it in lua with my zpp library, 
but you will have to manage some sort of AST first ;) .

Cheers,
     Andrew