dartlua icon indicating copy to clipboard operation
dartlua copied to clipboard

A library and cli for running, disassembling, and debugging Lua programs.

A library and cli for running, disassembling, and debugging Lua programs.

Current features ~

  • Fully functional VM
  • Unit tests
  • Big chunk of of the 5.2 builtins implemented
  • Versatile bytecode decoding
  • Disassembly
  • Identical edge case behavior to reference implementation

Roadmap ~

See https://github.com/PixelToast/dartlua/milestones

Contributing ~

PRs are welcome Try to maintain a consistent code style as the rest of the project and bear with me while things get documented