Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

pingbird/dartlua

Repository files navigation

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