erikrose / parsimonious

The fastest pure-Python PEG parser I can muster
MIT License
1.8k stars 126 forks source link

Combine #148

Closed righthandabacus closed 2 years ago

righthandabacus commented 5 years ago

Try to simplify (kind-of) some grammar expressions and introduce range expressions (issue #139)

erikrose commented 5 years ago

This looks interesting. Added to my review queue. Thanks!

righthandabacus commented 5 years ago

merge master to this PR, so get rid of the failed check due to Py3.3

lucaswiman commented 2 years ago

I'm going to work on combining this with my PR #203, which makes some similar though not identical changes, then getting the result merged.

lucaswiman commented 2 years ago

These commits were included in #203, though rebased, so merging it did not close this PR. This should go out in the next version of parsimonious.