Commit caa36da
committed
fix lookahead comment
we must update the lexer line number and the line start position, because lookahead saves the token within the linked list, and so will never be called again on this token
we do not change the current token, however, until the lexer is advanced1 parent 1d98a6a commit caa36da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments