lua 0.2.0
lua: ^0.2.0 copied to clipboard
Lua code parser, evaluator and formatter in Dart.
0.2.0 #
New features:
- arithmetic expressions with precendence checks
- string escapes and multiple formats
- table literal and expressions
- control statements
- multiple assignments
Breaking changes:
- fixed spelling in classes and methods:
s/Substract/Subtract/
0.1.1 #
- Started working on
petitparser
-based parsing. - Started working on (AST) evaluator.
0.1.0 #
- Initial version.
- Formatting
lua
code based on AST.