Open afsalthaj opened 1 month ago
This will also help us reduce even more number of attempts and backtracking!
attempts
To avoid making the end-user suffer for our convenience, the tokenizer must keep track of line/column numbers (actually, ranges, per token), so that errors can have sensible and contextual reporting.
This will also help us reduce even more number of
attempts
and backtracking!