[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bin2c.lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 25 Sep 2007 08:30:59 -0300
> does anybody know of an interpreted-lua -> c-api-lua converter?
Try Hisham's luatoc at http://www.inf.puc-rio.br/~hisham/ .
My lua2c was targeted at Lua 4 and it worked pretty well, though probably
not perfectly for heavy production. It still works for Lua 5 (from the
Lua 4 bytecode!), but the result is less than optimal and it does not
handle all Lua 5 syntax.
--lhf