You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remove the endpmatch delimiter from both the test case and the grammar, we fail to parse.
I've tried running parser.py -vv test3.py and tried to understand why it fails. But it isn't entirely clear.
Is there a solution to this problem such as:
Reordering rules
Add more invalid_foo rules
I would really like to avoid using endpmatch.
The text was updated successfully, but these errors were encountered:
Test case
Modified Grammar
If I remove the
endpmatch
delimiter from both the test case and the grammar, we fail to parse.I've tried running
parser.py -vv test3.py
and tried to understand why it fails. But it isn't entirely clear.Is there a solution to this problem such as:
invalid_foo
rulesI would really like to avoid using
endpmatch
.The text was updated successfully, but these errors were encountered: