Parsec.py Versions Save

A universal Python parser combinator library inspired by Parsec library of Haskell.

v3.9

2 years ago

v3.8

3 years ago

v3.7

3 years ago

Cut a new release to fixes a compatilbity issue with pip==20.3.3 (#33).

v3.6

3 years ago

Includes test cases into the pypi package, fixes #32.

v3.5

4 years ago

Changelog:

  • Support for Python 3.7.

v3.4

5 years ago

Changelog:

  1. Fix a bug in joint.
  2. Add an optional parser combinator, and make it accept optional default value.
  3. Add parsecapp
  4. Fix possible infinite loop when use an parser which can success with no text in nested times/many combinator.
  5. Demonstrate how to return result via raising StopIteration in generator for pre-3.3 version of Python.

v3.3

7 years ago

Changelog

  • Fixes some typos in comments and the documentation.