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
I'm getting an IncompleteParseError creating a Grammar object on a very simple grammar that seems valid to me:
IncompleteParseError
Rule 'rules' matched in its entirety, but it didn't consume all the text. The non-matching portion of the text begins with '/ "5"
' (line 2, column 21).
And the grammar:
Grammar(r"""
value = "[" "]" / "5"
"""
)
The text was updated successfully, but these errors were encountered:
I'm getting an IncompleteParseError creating a Grammar object on a very simple grammar that seems valid to me:
And the grammar:
The text was updated successfully, but these errors were encountered: