[Haskell-cafe] ANNOUNCE: luachunk-0.1

Anupam Jain ajnsit at gmail.com
Fri Oct 5 15:51:07 CEST 2012


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 for lua bytecode is
in the works.

I used LuaChunk in a project to generate Lua bytecode via a DSL, and
then interpret it with HsLua. I hope to release the DSL itself
sometime in the future.

-- Anupam



More information about the Haskell-Cafe mailing list