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,85 +14,72 @@
|
|||
|
||||
bool lex_normal_s475(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map475(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(475, lexer, s));
|
||||
if ((s->lookahead != 0 && (s->lookahead > '&' && \
|
||||
s->lookahead < ')') && (s->lookahead > '[' && s->lookahead \
|
||||
< ']')))
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(sym_word, lexer, s);
|
||||
if (s->lookahead == '.')
|
||||
return (lex_advance(315, lexer, s));
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(213, lexer, s));
|
||||
if ((!s->eof && \
|
||||
set_contains(sym__comment_word_character_set_1(), 12, \
|
||||
s->lookahead)))
|
||||
return (lex_advance(482, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s476(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map476(lexer, s))
|
||||
return (true);
|
||||
lex_accept_token(sym_word, lexer, s);
|
||||
if (s->lookahead == '0')
|
||||
return (lex_advance(385, lexer, s));
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_skip(393, lexer, s));
|
||||
if (s->lookahead == '`')
|
||||
return (lex_advance(855, lexer, s));
|
||||
if (s->lookahead == '}')
|
||||
return (lex_advance(818, lexer, s));
|
||||
if (((s->lookahead >= '[' && s->lookahead <= ']') || \
|
||||
s->lookahead == '{'))
|
||||
return (lex_advance(786, lexer, s));
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(476, lexer, s));
|
||||
return (lex_advance(213, lexer, s));
|
||||
if ((s->lookahead >= '1' && s->lookahead <= '9'))
|
||||
return (lex_advance(387, lexer, s));
|
||||
if ((!s->eof && \
|
||||
set_contains(sym__comment_word_character_set_1(), 12, \
|
||||
s->lookahead)))
|
||||
return (lex_advance(482, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s477(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (s->lookahead == '"')
|
||||
return (lex_advance(788, lexer, s));
|
||||
if (s->lookahead == '#')
|
||||
return (lex_advance(862, lexer, s));
|
||||
if (s->lookahead == '\'')
|
||||
return (lex_advance(491, lexer, s));
|
||||
if (s->lookahead == ')')
|
||||
return (lex_advance(655, lexer, s));
|
||||
lex_accept_token(sym_word, lexer, s);
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_skip(395, lexer, s));
|
||||
if (s->lookahead == '}')
|
||||
return (lex_advance(818, lexer, s));
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_advance(842, lexer, s));
|
||||
return (lex_advance(213, lexer, s));
|
||||
if (s->lookahead == 'a')
|
||||
return (lex_advance(478, lexer, s));
|
||||
if ((!s->eof && \
|
||||
set_contains(sym__comment_word_character_set_1(), 12, \
|
||||
s->lookahead)))
|
||||
return (lex_advance(482, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s478(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map478(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(478, 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 \
|
||||
!= '<' && (s->lookahead > '{' && s->lookahead < '}')))
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(sym_word, lexer, s);
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(213, lexer, s));
|
||||
if (s->lookahead == 'c')
|
||||
return (lex_advance(229, lexer, s));
|
||||
if ((!s->eof && \
|
||||
set_contains(sym__comment_word_character_set_1(), 12, \
|
||||
s->lookahead)))
|
||||
return (lex_advance(482, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
||||
bool lex_normal_s479(t_lexer *lexer, t_lexer_state *s)
|
||||
{
|
||||
if (lex_normal_map479(lexer, s))
|
||||
return (true);
|
||||
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
|
||||
s->lookahead == ' '))
|
||||
return (lex_skip(479, 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 \
|
||||
!= '<' && (s->lookahead > '{' && s->lookahead < '}')))
|
||||
return (lex_advance(958, lexer, s));
|
||||
lex_accept_token(sym_word, lexer, s);
|
||||
if (s->lookahead == '\\')
|
||||
return (lex_advance(213, lexer, s));
|
||||
if (s->lookahead == 'n')
|
||||
return (lex_advance(225, lexer, s));
|
||||
if ((!s->eof && \
|
||||
set_contains(sym__comment_word_character_set_1(), 12, \
|
||||
s->lookahead)))
|
||||
return (lex_advance(482, lexer, s));
|
||||
return (lex_end_state(lexer, s));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue