Updated parser
This commit is contained in:
parent
66a0625382
commit
bdc062b33a
1248 changed files with 93128 additions and 102788 deletions
|
|
@ -96,7 +96,7 @@ bool lex_normal_s194(t_lexer *lexer, t_lexer_state *s)
|
|||
return (lex_advance(407, lexer, s));
|
||||
if ((s->lookahead != 0 && (s->lookahead > '&' && \
|
||||
s->lookahead < ')') && s->lookahead != ';' && s->lookahead \
|
||||
!= '<' && (s->lookahead > '{' && s->lookahead < '}')))
|
||||
!= '<' && s->lookahead != '{' && s->lookahead != '|'))
|
||||
return (lex_advance(528, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue