changed grammar

This commit is contained in:
Maieul BOYER 2024-07-01 18:36:14 +02:00
parent 0b5b5e4d7e
commit e5b22489e1
No known key found for this signature in database
1219 changed files with 96283 additions and 113028 deletions

View file

@ -14,8 +14,6 @@
void symbols_names_5(t_symbols_names_array *v)
{
v->a[sym__heredoc_body_beginning] = "_heredoc_body_beginning";
v->a[sym_heredoc_content] = "heredoc_content";
v->a[sym_heredoc_end] = "heredoc_end";
v->a[sym_file_descriptor] = "file_descriptor";
v->a[sym__empty_value] = "_empty_value";
@ -34,13 +32,13 @@ void symbols_names_5(t_symbols_names_array *v)
v->a[sym_redirected_statement] = "redirected_statement";
v->a[sym_for_statement] = "for_statement";
v->a[sym_while_statement] = "while_statement";
v->a[sym_do_group] = "do_group";
v->a[sym_if_statement] = "if_statement";
symbols_names_6(v);
}
void symbols_names_6(t_symbols_names_array *v)
{
v->a[sym_do_group] = "do_group";
v->a[sym_if_statement] = "if_statement";
v->a[sym_elif_clause] = "elif_clause";
v->a[sym_else_clause] = "else_clause";
v->a[sym_case_statement] = "case_statement";
@ -59,13 +57,13 @@ void symbols_names_6(t_symbols_names_array *v)
v->a[sym_file_redirect] = "file_redirect";
v->a[sym_heredoc_redirect] = "heredoc_redirect";
v->a[sym__heredoc_pipeline] = "pipeline";
v->a[sym__heredoc_expression] = "_heredoc_expression";
v->a[aux_sym__heredoc_command] = "_heredoc_command";
symbols_names_7(v);
}
void symbols_names_7(t_symbols_names_array *v)
{
v->a[sym__heredoc_expression] = "_heredoc_expression";
v->a[aux_sym__heredoc_command] = "_heredoc_command";
v->a[sym__heredoc_body] = "_heredoc_body";
v->a[sym_heredoc_body] = "heredoc_body";
v->a[sym__simple_heredoc_body] = "_simple_heredoc_body";
@ -85,13 +83,13 @@ void symbols_names_7(t_symbols_names_array *v)
v->a[sym__expansion_body] = "_expansion_body";
v->a[sym_expansion_expression] = "expansion_expression";
v->a[sym_expansion_regex] = "expansion_regex";
v->a[sym__concatenation_in_expansion] = "concatenation";
v->a[sym_command_substitution] = "command_substitution";
symbols_names_8(v);
}
void symbols_names_8(t_symbols_names_array *v)
{
v->a[sym__concatenation_in_expansion] = "concatenation";
v->a[sym_command_substitution] = "command_substitution";
v->a[sym__extglob_blob] = "_extglob_blob";
v->a[sym_terminator] = "terminator";
v->a[aux_sym__statements_repeat1] = "_statements_repeat1";
@ -113,11 +111,6 @@ void symbols_names_8(t_symbols_names_array *v)
v->a[aux_sym_concatenation_repeat1] = "concatenation_repeat1";
v->a[aux_sym_string_repeat1] = "string_repeat1";
v->a[aux_sym_expansion_regex_repeat1] = "expansion_regex_repeat1";
symbols_names_9(v);
}
void symbols_names_9(t_symbols_names_array *v)
{
v->a[aux_sym__concatenation_in_expansion_repeat1] \
= "_concatenation_in_expansion_repeat1";
v->a[alias_sym_statements] = "statements";