instaparse

2020-10-01T13:13:35.001600Z

Hi, I was wondering, is there a way to force instaparse to throw an error instead of backtracking and exploring another parse solution ?

2020-10-01T16:23:10.002600Z

If your grammar can be expressed without alternatives then you don't need a parsing library