Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agilord/lua

Lua language utilities in Dart
https://github.com/agilord/lua

Last synced: about 3 hours ago
JSON representation

Lua language utilities in Dart

Awesome Lists containing this project

README

        

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)