PixelToast / dartlua

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Dart 86.4%Language:Lua 12.3%Language:Shell 1.3%