[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Dumping bytecode in Lua?
- From: Marc Balmer <marc@...>
- Date: Sat, 19 Sep 2015 19:36:02 +0200
Is it possible in pure Lua to compile Lua source code to bytecode and dump the resulting binary bytecode to file?
Or must I use C and the lua_dump() function?