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
The new parser does not actually backtrack, it only looks ahead. The variables named backtrack are a leftover of migrating the parser from C++ and should all be named lookahead.