[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua shared library policy on Windows (was RE: Large number bytecode weirdness on different platforms)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 30 Jan 2007 23:44:51 -0200
> 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