Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agilord/lua
- Owner: agilord
- License: bsd-3-clause
- Created: 2023-11-07T20:09:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T23:25:40.000Z (about 1 year ago)
- Last Synced: 2024-11-15T08:14:18.893Z (2 months ago)
- Language: Dart
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Lua language utilities in Dart.
Supported features:
- Abstract Syntax Tree (AST)
- formatting code based on ASTPlanned features:
- Lua code parser (work started)
- Lua code/AST evaluator (work started)