On Wed, Oct 10, 2012 at 6:48 AM, Anupam Jain wrote:
> I used the excellent "A No-Frills Introduction to Lua 5.1 VM
> Instructions"
> (http://scholar.google.com/scholar?cluster=14039839166840129336).
> Highly recommended to get a quick overview of the entire bytecode format.
>
FYI this is we hand
On Mon, Oct 8, 2012 at 6:48 AM, Kristopher Micinski
wrote:
> Oh, this is nice, we have our undergrads implement a compiler to Lua
> bytecode as part of their term projects, and currently use a homebrew
> OCaml package. This seems to be pretty complete, however, and it
> would be interesting for m
Oh, this is nice, we have our undergrads implement a compiler to Lua
bytecode as part of their term projects, and currently use a homebrew
OCaml package. This seems to be pretty complete, however, and it
would be interesting for me to reimplement some stuff with this..
Unfortunately the Lua bytec
Hi all,
I just released luachunk-0.1 on Hackage
(http://github.com/ajnsit/luachunk). Luachunk is a small library to
read and write Lua 5.1 bytecode chunks. It is modeled after
ChunkSpy.lua (http://luaforge.net/projects/chunkspy/) though the code
is written from scratch. A pretty listing printer fo