[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE] lua2c update
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 26 Jan 2002 11:18:17 -0200
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