Updated syntax with a simpler one

This commit is contained in:
Maieul BOYER 2024-06-06 19:43:58 +02:00
parent 38fa2d2e84
commit aeb576024f
No known key found for this signature in database
4465 changed files with 195554 additions and 526060 deletions

View file

@ -14,96 +14,85 @@
bool lex_normal_s430(t_lexer *lexer, t_lexer_state *s)
{
if (lex_normal_map430(lexer, s))
return (true);
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
s->lookahead == ' '))
return (lex_skip(430, lexer, s));
if (((s->lookahead >= '1' && s->lookahead <= '9') || \
lex_accept_token(aux_sym__simple_variable_name_token1, \
lexer, s);
if (s->lookahead == '\\')
return (lex_advance(12, lexer, s));
if (s->lookahead == 's')
return (lex_advance(428, lexer, s));
if (((s->lookahead >= '0' && s->lookahead <= '9') || \
(s->lookahead >= 'A' && s->lookahead <= 'Z') || \
(s->lookahead >= 'a' && s->lookahead <= 'z')))
return (lex_advance(879, lexer, s));
s->lookahead == '_' || (s->lookahead >= 'a' && \
s->lookahead <= 'z')))
return (lex_advance(432, 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_s431(t_lexer *lexer, t_lexer_state *s)
{
if (lex_normal_map431(lexer, s))
return (true);
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
s->lookahead == ' '))
return (lex_skip(431, lexer, s));
if (((s->lookahead >= '1' && s->lookahead <= '9') || \
(s->lookahead >= 'A' && s->lookahead <= 'Z') || \
(s->lookahead >= 'a' && s->lookahead <= 'z')))
return (lex_advance(879, lexer, s));
lex_accept_token(aux_sym__simple_variable_name_token1, \
lexer, s);
if (s->lookahead == '\\')
return (lex_advance(12, lexer, s));
if ((s->lookahead >= '0' && s->lookahead <= '9'))
return (lex_advance(389, lexer, s));
if (((s->lookahead >= 'A' && s->lookahead <= 'Z') || \
s->lookahead == '_' || (s->lookahead >= 'a' && \
s->lookahead <= 'z')))
return (lex_advance(432, 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_s432(t_lexer *lexer, t_lexer_state *s)
{
if (lex_normal_map432(lexer, s))
return (true);
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
s->lookahead == ' '))
return (lex_skip(432, lexer, s));
if (((s->lookahead >= '1' && s->lookahead <= '9') || \
lex_accept_token(aux_sym__simple_variable_name_token1, \
lexer, s);
if (s->lookahead == '\\')
return (lex_advance(12, lexer, s));
if (((s->lookahead >= '0' && s->lookahead <= '9') || \
(s->lookahead >= 'A' && s->lookahead <= 'Z') || \
(s->lookahead >= 'a' && s->lookahead <= 'z')))
return (lex_advance(879, lexer, s));
s->lookahead == '_' || (s->lookahead >= 'a' && \
s->lookahead <= 'z')))
return (lex_advance(432, 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_s433(t_lexer *lexer, t_lexer_state *s)
{
if (lex_normal_map433(lexer, s))
return (true);
if (s->lookahead == '\\')
return (lex_skip(345, lexer, s));
if (s->lookahead == ']')
return (lex_advance(509, lexer, s));
if (s->lookahead == '^')
return (lex_advance(597, lexer, s));
if (s->lookahead == '`')
return (lex_advance(855, lexer, s));
if (s->lookahead == 'e')
return (lex_advance(514, lexer, s));
if (s->lookahead == 'i')
return (lex_advance(513, lexer, s));
if (s->lookahead == '|')
return (lex_advance(594, lexer, s));
if (s->lookahead == '}')
return (lex_advance(818, lexer, s));
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
s->lookahead == ' '))
return (lex_skip(434, lexer, s));
if ((s->lookahead >= '0' && s->lookahead <= '9'))
return (lex_advance(775, lexer, s));
lex_accept_token(aux_sym__simple_variable_name_token1, \
lexer, s);
if (s->lookahead == 'a')
return (lex_advance(434, lexer, s));
if (((s->lookahead >= '0' && s->lookahead <= '9') || \
(s->lookahead >= 'A' && s->lookahead <= 'Z') || \
s->lookahead == '_' || (s->lookahead >= 'b' && \
s->lookahead <= 'z')))
return (lex_advance(438, lexer, s));
return (lex_end_state(lexer, s));
}
bool lex_normal_s434(t_lexer *lexer, t_lexer_state *s)
{
if (lex_normal_map434(lexer, s))
return (true);
if (s->lookahead == '\\')
return (lex_skip(345, lexer, s));
if (s->lookahead == ']')
return (lex_advance(509, lexer, s));
if (s->lookahead == '^')
return (lex_advance(597, lexer, s));
if (s->lookahead == '`')
return (lex_advance(855, lexer, s));
if (s->lookahead == 'e')
return (lex_advance(514, lexer, s));
if (s->lookahead == 'i')
return (lex_advance(513, lexer, s));
if (s->lookahead == '|')
return (lex_advance(594, lexer, s));
if (s->lookahead == '}')
return (lex_advance(818, lexer, s));
if (((s->lookahead >= '\t' && s->lookahead <= '\r') || \
s->lookahead == ' '))
return (lex_skip(434, lexer, s));
lex_accept_token(aux_sym__simple_variable_name_token1, \
lexer, s);
if (s->lookahead == 'c')
return (lex_advance(231, lexer, s));
if (((s->lookahead >= '0' && s->lookahead <= '9') || \
(s->lookahead >= 'A' && s->lookahead <= 'Z') || \
s->lookahead == '_' || (s->lookahead >= 'a' && \
s->lookahead <= 'z')))
return (lex_advance(438, lexer, s));
return (lex_end_state(lexer, s));
}