Updated syntax with a simpler one
This commit is contained in:
parent
38fa2d2e84
commit
aeb576024f
4465 changed files with 195554 additions and 526060 deletions
|
|
@ -14,82 +14,55 @@
|
|||
|
||||
bool lex_normal_s275(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map275(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(275, lexer, s));
|
||||
if ((s->lookahead >= '1' && s->lookahead <= '9'))
|
||||
return (lex_advance(805, lexer, s));
|
||||
if ((s->lookahead != 0 && (s->lookahead > '&' && \
|
||||
s->lookahead < ')') && s->lookahead != ';' && s->lookahead \
|
||||
!= '<'))
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(aux_sym_heredoc_redirect_token1, lexer, \
|
||||
s);
|
||||
if (s->lookahead == '\n')
|
||||
return (lex_advance(275, lexer, s));
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(14, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s276(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map276(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(276, lexer, s));
|
||||
if ((s->lookahead >= '1' && s->lookahead <= '9'))
|
||||
return (lex_advance(807, lexer, s));
|
||||
if (((s->lookahead >= 'A' && s->lookahead <= 'Z') || \
|
||||
(s->lookahead >= 'a' && s->lookahead <= 'z')))
|
||||
return (lex_advance(873, lexer, s));
|
||||
if ((s->lookahead != 0 && (s->lookahead > '&' && \
|
||||
s->lookahead < '*') && (s->lookahead > ';' && s->lookahead \
|
||||
< ']')))
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(aux_sym_heredoc_redirect_token1, lexer, \
|
||||
s);
|
||||
if (s->lookahead == '\n')
|
||||
return (lex_advance(276, lexer, s));
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(16, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s277(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map277(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(277, lexer, s));
|
||||
if ((s->lookahead >= '1' && s->lookahead <= '9'))
|
||||
return (lex_advance(805, lexer, s));
|
||||
if ((s->lookahead != 0 && (s->lookahead > '&' && \
|
||||
s->lookahead < ')')))
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(aux_sym_heredoc_redirect_token1, lexer, \
|
||||
s);
|
||||
if (s->lookahead == '\n')
|
||||
return (lex_advance(277, lexer, s));
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(22, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s278(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map278(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(278, lexer, s));
|
||||
if ((s->lookahead >= '1' && s->lookahead <= '9'))
|
||||
return (lex_advance(807, lexer, s));
|
||||
if (((s->lookahead >= 'A' && s->lookahead <= 'Z') || \
|
||||
(s->lookahead >= 'a' && s->lookahead <= 'z')))
|
||||
return (lex_advance(873, lexer, s));
|
||||
if (s->lookahead != 0)
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(aux_sym_heredoc_redirect_token1, lexer, \
|
||||
s);
|
||||
if (s->lookahead == '\n')
|
||||
return (lex_advance(278, lexer, s));
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(83, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s279(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map279(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(279, lexer, s));
|
||||
if ((s->lookahead >= '1' && s->lookahead <= '9'))
|
||||
return (lex_advance(805, lexer, s));
|
||||
if ((s->lookahead != 0 && (s->lookahead > '&' && \
|
||||
s->lookahead < ')')))
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(aux_sym_heredoc_redirect_token1, lexer, \
|
||||
s);
|
||||
if (s->lookahead == '\n')
|
||||
return (lex_advance(279, lexer, s));
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(24, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue