- Changes in the grammar file
expression.peg
. - The parser has been rebuilt using the new version of the
peg
parser generation tool.
- The parser has been rebuilt using the new version of the
peg
parser 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 keywordthrow
was not specified before the exception expression.
- Added support for parsing boolean literals.
- Added support for parsing
null
literal. - Added initial tests (binary and unary operators).
- Fixed bugs with parsing numbers and equality operators.
- Added documentation for the
parseExpression
function.
- Initial release.