lua-users home
lua-l archive

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


> Would there be much scope, then, for a Lua library that allowed portable
> code generation? An interface to lundump/ldump, say? This would allow
> people to write pure-Lua bytecode dumpers/loaders/verifiers in whatever
> format they like, as well as allowing all kinds of neat stuff along the
> lines of bytecode transformation, Lua compiler front ends, etc.

There's ChunkSpy, which does something similar, but withou a support library:
	http://chunkspy.luaforge.net/