lua 0.2.0 copy "lua: ^0.2.0" to clipboard
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.
5
likes
140
points
206
downloads

Publisher

verified publisheragilord.com

Weekly Downloads

Lua code parser, evaluator and formatter in Dart.

Repository (GitHub)
View/report issues

Topics

#lua

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, petitparser

More

Packages that depend on lua