parser_builder_lite 0.5.1
parser_builder_lite: ^0.5.1 copied to clipboard
Parser Builder Lite is a lightweight and uncomplicated parser combinator builder (source code generator).
0.5.1 #
- A fast and efficient universal parser for string characters has been implemented.
- Changes have been made to the JSON parser example. At the moment it is quite fast.
0.5.0 #
- Breaking changes. Simplified and improved algorithms and structures used for building parsers.
- Added the initial version of the parser tester generator.
- The process of testing parsers has begun (using the new parser tester generator.).
0.4.1 #
- Added method
State.failAt()
0.4.0 #
- Breaking changes. Reduced
parser_builder.dart
file size to 3 kb. This is the main, and only, build and type declaration file for building parsers. The building process has been simplified, and at the same time, the building process has been improved. It will now take a few minutes to understand how the build process works.
0.3.0 #
- Breaking changes. Changes have been made to enable code generation in the global context at build time.
- Added support for parsing ranges.
- Added support for arbitrary global code generation.
0.2.4 #
- Added file
fast_build.dart
.
0.2.3 #
- Fixed bugs.
- Minor performance improvements have been made.
0.2.2 #
- Small changes in the
_errorMessage
template.
0.2.1 #
- Public release.