LuaJIT bytecode interpreter written in Lua.
Go to file
Enrico Lumetti 0d88291fde Read all the GCproto in a bytecode serialization by skipping 2022-05-11 23:18:30 +02:00
tests Read all the GCproto in a bytecode serialization by skipping 2022-05-11 23:18:30 +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 Improve inspect and add skeleton for VM 2022-05-08 09:56:37 +02:00
inspectbc.lua Read all the GCproto in a bytecode serialization by skipping 2022-05-11 23:18:30 +02:00
metamethods.txt Parse header of serialized bytecode 2022-05-07 16:31:33 +02:00
microLua.lua Improve inspect and add skeleton for VM 2022-05-08 09:56:37 +02:00
opcodes.lua Improve inspect and add skeleton for VM 2022-05-08 09:56:37 +02:00
opcodes.txt Parse header of serialized bytecode 2022-05-07 16:31:33 +02:00
readbc.lua Read all the GCproto in a bytecode serialization by skipping 2022-05-11 23:18:30 +02:00
vm.lua Improve inspect and add skeleton for VM 2022-05-08 09:56:37 +02:00

README.md

microLua

LuaJIT bytecode interpreter written in LuaJIT.