lua-users home
lua-l archive

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


> The real solution for luac is to rewrite it as a pure Lua program.

test/luac.lua is the simplest implementation, but it doesn't support listing.
for that, and more, see my lbci, a bytecode inspector library:
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbci

--lhf