parser_combinator 0.1.10
parser_combinator: ^0.1.10 copied to clipboard
Parser combinator is a collection of parsers that can be used to combine basic parsers to create parsers for more complex rules.
0.1.10 #
- Added error
ErrorExpectedTag
.
0.1.9 #
- Fixed bug in parser
Not
.
0.1.8 #
- Changed the algorithm of the `error handler``, in order to increase performance.
- Added parsers
AllMatches
,HasMatch
,Match
,ReplaceAll
.
0.1.7 #
- Fixed bug in
TakeWhile1
with type argument.
0.1.6 #
- The JSON parser has been moved to
lib\extra\json_parser.dart
and can be used as a dependency.
0.1.5 #
- Added parser
OneOf
.
0.1.4 #
- Added optimizations for the code generator.
0.1.3 #
- Added code generator.
0.1.2 #
- Fixed bugs with class names.
- Added some parser tests.
0.1.1 #
- Fixed bugs with class names.
0.1.0 #
- Public release.