Parser.backtrackTo

Backtracks the Parser to the given token(s).

class Parser
void
backtrackTo
(
Token* newtok
,
Token* newprev = null
)

Meta