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.