LuaJIT bytecode interpreter written in Lua.
Go to file
Enrico Lumetti a78851c220 fix: close fp 2022-05-08 00:34:59 +02:00
tests Parse header of serialized bytecode 2022-05-07 16:31:33 +02:00
.gitignore Parse header of serialized bytecode 2022-05-07 16:31:33 +02:00
LICENSE Fill in LICENSE and hello world! 2022-05-06 01:27:07 +02:00
README.md Initial commit 2022-05-06 01:21:40 +02:00
inspectbc.lua fix: close fp 2022-05-08 00:34:59 +02:00
metamethods.txt Parse header of serialized bytecode 2022-05-07 16:31:33 +02:00
microLua.lua fix: close fp 2022-05-08 00:34:59 +02:00
opcodes.lua Basic bytecode inspection for test1.lua 2022-05-08 00:10:26 +02:00
opcodes.txt Parse header of serialized bytecode 2022-05-07 16:31:33 +02:00
readbc.lua Basic bytecode inspection for test1.lua 2022-05-08 00:10:26 +02:00
vm.lua Basic bytecode inspection for test1.lua 2022-05-08 00:10:26 +02:00

README.md

microLua

LuaJIT bytecode interpreter written in Lua.