/tsukiko-vm

Tsukiko is a Lua 5.3 VM written in Lua 5.3

Primary LanguageLua

Tsukiko - A Lua VM

Tsukiko is a Lua VM written in Lua.

A big thanks to LuaDisAss and Ravi, the source code and docs of which I referenced heavily while working on this.

Progress

  • Dump header parsing
  • Function header parsing
  • Instruction parsing
  • Able to run code
  • Compiler? Maybe?