parser_builder_lite 0.4.1
parser_builder_lite: ^0.4.1 copied to clipboard
Parser Builder Lite is a lightweight and uncomplicated parser combinator builder (source code 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.