[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANNOUNCE] Objective Lua
- From: zOOn <andrew_zhilin@...>
- Date: Tue, 6 Oct 2009 03:05:50 +0000 (UTC)
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