Paul Stadig

Results 1 issues of Paul Stadig

I believe I have come upon a bug in Instaparse. I have an example grammar at https://github.com/pjstadig/instaparse-ordered-choice If I have a simple grammar like so: ``` := Symbol (WS+ Symbols)?...