Dumping bytecode in Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Dumping bytecode in Lua?
- From: Marc Balmer <marc@...>
- Date: 2015年9月19日 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?