Releases: sighingnow/parsec.py
Releases · sighingnow/parsec.py
parsec.py v3.17
Release v3.9
Bump up version to v3.9. Signed-off-by: Tao He <sighingnow@gmail.com>
parsec.py v3.8.
Bump up version to v3.8. Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
parsec.py v3.7
Cut a new release to fixes a compatilbity issue with pip==20.3.3 (#33).
parsec.py v3.6
Includes test cases into the pypi package, fixes #32.
parsec.py v3.5
Changelog:
- Support for Python 3.7.
parsec.py v3.4
Changelog:
- Fix a bug in
joint
. - Add an
optional
parser combinator, and make it accept optional default value. - Add
parsecapp
- Fix possible infinite loop when use an parser which can success with no text in nested
times/many
combinator. - Demonstrate how to return result via raising
StopIteration
in generator for pre-3.3 version of Python.
Parsec.py v3.3
Changelog
- Fixes some typos in comments and the documentation.