Commit 92d4ed0
authored
polish: fix lexer state comment (#4294)
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 advanced
closes #27641 parent 831c121 commit 92d4ed0
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