Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 205 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 205 Bytes

Lua language utilities in Dart.

Supported features:

  • Abstract Syntax Tree (AST)
  • formatting code based on AST

Planned features:

  • Lua code parser (work started)
  • Lua code/AST evaluator (work started)