[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: hpairs?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 29 Dec 2010 13:28:09 -0200
> I spend most of my Lua coding time writing compilers which produce
> PUC-Rio Lua VM bytecode
Could you please share some details about this or show examples of the
input languages?
Also, can't you emit Lua source code instead of bytecode? As you
probably know, bytecode is not portable across versions of Lua;
e.g., 5.1 bytecode does not run in 5.2 and vice-versa.