- Changes in the grammar file
expression.peg. - The parser has been rebuilt using the new version of the
pegparser generation tool.
- The parser has been rebuilt using the new version of the
pegparser generation tool.
- Fixed a bug with parsing named function arguments.
- Changes in the file
example/example.dart. - Changed production rule for parsing numeric literals.
- Fixed a bug in the implementation of
Expression _binary(). The keywordthrowwas not specified before the exception expression.
- Added support for parsing boolean literals.
- Added support for parsing
nullliteral. - Added initial tests (binary and unary operators).
- Fixed bugs with parsing numbers and equality operators.
- Added documentation for the
parseExpressionfunction.
- Initial release.