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
Allow the grammar to shift the current match downwards so that it becomes the left-hand side of a new top-level node. This only needs to happen for true parsing. If start and end node tokens are present in the source we already have all the information we need to do a well-ordered traversal!
The text was updated successfully, but these errors were encountered:
Allow the grammar to shift the current match downwards so that it becomes the left-hand side of a new top-level node. This only needs to happen for true parsing. If start and end node tokens are present in the source we already have all the information we need to do a well-ordered traversal!
The text was updated successfully, but these errors were encountered: