[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tolua compatibility with 5.0
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 10 Mar 2003 08:07:30 -0300
> i will ask for one more thing, please put lua2c into place(for
>lua5) as soon as possible, As whenever small timers of lua, got stuck
>they put the code generated by lua2c directly into their C code. Just
>for this reason i am still mostly using lua4 and impatiently waiting
>for lua5.
The code generated by lua2c should mostly work in Lua 5.
You still have to run lua2c with luac from Lua 4, though.
A convenient tool is http://doris.sourceforge.net/lua/weblua.php .
> 1)lua 5 VM architecture,
The only document on the Lua VM is lopcodes.h. Why do you want more details?
--lhf