Refactor bookkeeping of token starts in lexical rules
- Move lex items and parse items into their own files
This commit is contained in:
parent
a12cd49585
commit
33d781f492
19 changed files with 280 additions and 232 deletions
|
|
@ -661,7 +661,6 @@ LEX_FN() {
|
|||
ADVANCE(53);
|
||||
LEX_ERROR();
|
||||
case 52:
|
||||
START_TOKEN();
|
||||
if ((lookahead == '\t') ||
|
||||
(lookahead == '\r') ||
|
||||
(lookahead == ' '))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue