lua-users home
lua-l archive

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


I've updated lua2c to handle functions and upvalues.
You can get it at ftp://ftp.tecgraf.puc-rio.br/pub/lhf/lua2c.tar.gz .

lua2c needs luac from 4.0 (and will complain if given anything else if you
use the lua2c script or luac -V), but the code C code output should work in
Lua 4.1 (work), except that upvalues are handled slightly different in 4.1.

Please send comments, suggestions, and bug reports directly to me.
Enjoy.
--lhf