lua-users home
lua-l archive

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


> 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