fast_expressions 0.1.7 copy "fast_expressions: ^0.1.7" to clipboard
fast_expressions: ^0.1.7 copied to clipboard

Fast Expressions is an expression parser and evaluation library.

0.1.7 #

  • Changes in the grammar file expression.peg.
  • The parser has been rebuilt using the new version of the peg parser generation tool.

0.1.6 #

  • The parser has been rebuilt using the new version of the peg parser generation tool.

0.1.5 #

  • Fixed a bug with parsing named function arguments.

0.1.4 #

  • Changes in the file example/example.dart.
  • Changed production rule for parsing numeric literals.
  • Fixed a bug in the implementation of Expression _binary(). The keyword throw was not specified before the exception expression.

0.1.3 #

  • Added support for parsing boolean literals.
  • Added support for parsing null literal.
  • Added initial tests (binary and unary operators).

0.1.2 #

  • Fixed bugs with parsing numbers and equality operators.

0.1.1 #

  • Added documentation for the parseExpression function.

0.1.0 #

  • Initial release.
2
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Fast Expressions is an expression parser and evaluation library.

Repository (GitHub)

Topics

#expressions #parser

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on fast_expressions