erikrose / parsimonious

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

Issue with "or" syntax? #153

Closed prabhur closed 2 years ago

prabhur commented 4 years ago

I submitted this a question at stackoverflow as well. The rules are simple and they dont seem to have any overlapping matches except for whitespace. Any pointers on what I'm doing wrong?

https://stackoverflow.com/questions/58020952/why-doesnt-parsimonious-parse-this

lonnen commented 2 years ago

It looks like you got a good answer on stack overflow, so I'm closing this. Thank you for the submission!