fast_expressions 0.1.7
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 keywordthrow
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.