Releases: krassowski/declarative-parser
Releases · krassowski/declarative-parser
v0.1.3
Improvements:
- Parsers created with
ConstructorParser
can now be used as sub-parsers produce()
method of sub-parsers that were pulled-up is not ignored any longer- Error verbosity control for
Parser
class was added for easier debugging - Special members and inheritance are now shown in documentation
- Percent-escaping was added to the examples; the help on percent-escaped is now included in tests
v0.1.2
Added support for FunctionParser - automatic generation of parsers from functions.
v0.1.1
Added support for reStructuredText formated docstrings.
v0.1-beta
This release comes with more tests and improved examples in the documentation.
Initial release
v0.1-alpha Create README.md