smart_parser 1.0.4
smart_parser: ^1.0.4 copied to clipboard
This software is a library that generates source code of recursive descent parsers based on a grammar consisting of the parsing expressions and native Dart language source code
1.0.4 #
- Implemented a printer for expressions.
- Minor improvements have been made to the
ExpressionAnalyzer. - Minor improvement in code generated for the
Sequenceexpression.
1.0.3 #
- Minor changes have been made to the
tool\README.in.mdfile. - Minor improvements have been made to the
ExpressionAnalyzer. - Minor improvement to the code generated for error handling.
1.0.2 #
- Minor changes have been made to the
tool\README.in.mdfile. - Minor improvement (in speed and size) to the code generated for error handling.
- The algorithm for generating the
README.mdfile has been changed.
1.0.1 #
- Fixed a minor bug with the use of the reused value cache at the beginning of production parsing.
- Added the
finaltype modifier to semantic value variable declarations when the type value is specified explicitly. According to this principle, all variables assigned during declaration must be immutable. - Fixed typos in
tool\README.in.mdfile. - Minor improvement (in speed and size) to the code generated for error handling.
1.0.0 #
- A minor improvement has been made to the grammar file
example/json_parser.grammar. - Improved quality of generated code
1.0.0-beta.4 #
- Google changed the source code formatting algorithms in the new version of the Dart SDK. This is causing Google to downgrade the software's rating. To prevent Google from downgrading this software, additional formatting was performed. Apparently, everything will have to be reformatted endlessly after the release of each new version of the Dart SDK.
1.0.0-beta.3 #
- Fixed issues with Google's requirements for packages hosted on pub.flutter-io.cn to prevent this software from being rating downgrade.
1.0.0-beta.2 #
- Fixed a bug in a sequence expression with a single child expression. Added generation of restore and update procedures in the
accepthandler.
1.0.0-beta.1 #
- Initial release.