lua-users home
lua-l archive

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


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?