lua-users home
lua-l archive

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


> 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.