Commit 9f5d5ce
committed
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 8d2f8c3 commit 9f5d5ce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments