Updated grammar
This commit is contained in:
parent
dcdefc2ac3
commit
63e1d5d05f
1136 changed files with 81301 additions and 91678 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
void symbols_names_5(t_symbols_names_array *v)
|
||||
{
|
||||
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";
|
||||
|
|
@ -33,12 +34,12 @@ void symbols_names_5(t_symbols_names_array *v)
|
|||
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_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";
|
||||
|
|
@ -58,12 +59,12 @@ void symbols_names_6(t_symbols_names_array *v)
|
|||
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[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";
|
||||
|
|
@ -81,16 +82,17 @@ void symbols_names_7(t_symbols_names_array *v)
|
|||
v->a[sym_simple_expansion] = "simple_expansion";
|
||||
v->a[sym_expansion] = "expansion";
|
||||
v->a[sym__expansion_body] = "_expansion_body";
|
||||
v->a[sym_expansion_expression] = "expansion_expression";
|
||||
v->a[sym_expansion_regex] = "expansion_regex";
|
||||
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_command_substitution] = "command_substitution";
|
||||
v->a[sym__extglob_blob] = "_extglob_blob";
|
||||
v->a[sym__word_no_brace] = "word2";
|
||||
v->a[sym_terminator] = "terminator";
|
||||
v->a[aux_sym__statements_repeat1] = "_statements_repeat1";
|
||||
v->a[aux_sym_redirected_statement_repeat1] \
|
||||
|
|
@ -110,7 +112,12 @@ void symbols_names_8(t_symbols_names_array *v)
|
|||
v->a[aux_sym_heredoc_body_repeat1] = "heredoc_body_repeat1";
|
||||
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";
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue