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
When try_error_handling is called from the parser, this is always to investigate the element which is at the top of the stack, and when there is a failure, it would replay this element and then replay an error-token (as-if this was a non-terminal emulating a semin-colon).
We should remove the argument of try_error_handling to avoid extra copies of the TermValue argument.
The text was updated successfully, but these errors were encountered:
nbp
added
P2
Project Work (MVP or Reserve) that is available for selection.
Reserve
Reserve Project Work - Out Of Scope With No Commitment To Complete.
labels
Apr 10, 2020
jorendorff
removed
P2
Project Work (MVP or Reserve) that is available for selection.
Reserve
Reserve Project Work - Out Of Scope With No Commitment To Complete.
labels
May 15, 2020
When
try_error_handling
is called from the parser, this is always to investigate the element which is at the top of the stack, and when there is a failure, it would replay this element and then replay an error-token (as-if this was a non-terminal emulating a semin-colon).We should remove the argument of
try_error_handling
to avoid extra copies of theTermValue
argument.(opened after #421 (comment))
The text was updated successfully, but these errors were encountered: