lua-users home
lua-l archive

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


> are there any unofficial resources on the [bytecode] format for a recent version of lua? (>= 5.3)

The official resource is https://www.lua.org/source/5.3/lopcodes.h.html.

I suggest you compile your language to Lua, not to Lua bytecode.