Skip to content

Releases: sighingnow/parsec.py

parsec.py v3.17

06 Jun 02:00
Compare
Choose a tag to compare
  • Add a set of new combinators (#56), credited to @leoslf.

Release v3.9

08 Jun 04:12
Compare
Choose a tag to compare
Bump up version to v3.9.

Signed-off-by: Tao He <[email protected]>

parsec.py v3.8.

23 Apr 11:09
Compare
Choose a tag to compare
Bump up version to v3.8.

Signed-off-by: Tao He <[email protected]>

parsec.py v3.7

31 Jan 07:39
Compare
Choose a tag to compare

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

parsec.py v3.6

31 Jan 07:32
Compare
Choose a tag to compare

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

parsec.py v3.5

13 Aug 07:49
Compare
Choose a tag to compare

Changelog:

  • Support for Python 3.7.

parsec.py v3.4

20 Jan 06:23
Compare
Choose a tag to compare

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.

Parsec.py v3.3

12 Dec 15:31
Compare
Choose a tag to compare

Changelog

  • Fixes some typos in comments and the documentation.