Updated grammar to remove input fd for redirection
This commit is contained in:
parent
27875d8466
commit
18bf872c44
1005 changed files with 77750 additions and 102351 deletions
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
void symbols_names_5(t_symbols_names_array *v)
|
||||
{
|
||||
v->a[sym_heredoc_end] = "heredoc_end";
|
||||
v->a[sym_file_descriptor] = "file_descriptor";
|
||||
v->a[sym__empty_value] = "_empty_value";
|
||||
v->a[sym__concat] = "_concat";
|
||||
|
|
@ -34,12 +33,12 @@ void symbols_names_5(t_symbols_names_array *v)
|
|||
v->a[sym_while_statement] = "while_statement";
|
||||
v->a[sym_do_group] = "do_group";
|
||||
v->a[sym_if_statement] = "if_statement";
|
||||
v->a[sym_elif_clause] = "elif_clause";
|
||||
symbols_names_6(v);
|
||||
}
|
||||
|
||||
void symbols_names_6(t_symbols_names_array *v)
|
||||
{
|
||||
v->a[sym_elif_clause] = "elif_clause";
|
||||
v->a[sym_else_clause] = "else_clause";
|
||||
v->a[sym_case_statement] = "case_statement";
|
||||
v->a[sym__case_item_last] = "case_item";
|
||||
|
|
@ -59,12 +58,12 @@ void symbols_names_6(t_symbols_names_array *v)
|
|||
v->a[sym__heredoc_pipeline] = "pipeline";
|
||||
v->a[sym__heredoc_expression] = "_heredoc_expression";
|
||||
v->a[aux_sym__heredoc_command] = "_heredoc_command";
|
||||
v->a[sym__heredoc_body] = "_heredoc_body";
|
||||
symbols_names_7(v);
|
||||
}
|
||||
|
||||
void symbols_names_7(t_symbols_names_array *v)
|
||||
{
|
||||
v->a[sym__heredoc_body] = "_heredoc_body";
|
||||
v->a[sym_heredoc_body] = "heredoc_body";
|
||||
v->a[sym__simple_heredoc_body] = "_simple_heredoc_body";
|
||||
v->a[sym_arithmetic_expansion] = "arithmetic_expansion";
|
||||
|
|
@ -85,12 +84,12 @@ void symbols_names_7(t_symbols_names_array *v)
|
|||
v->a[sym__expansion_regex] = "_expansion_regex";
|
||||
v->a[sym__concatenation_in_expansion] = "concatenation";
|
||||
v->a[sym_command_substitution] = "command_substitution";
|
||||
v->a[sym__extglob_blob] = "_extglob_blob";
|
||||
symbols_names_8(v);
|
||||
}
|
||||
|
||||
void symbols_names_8(t_symbols_names_array *v)
|
||||
{
|
||||
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";
|
||||
|
|
@ -114,12 +113,6 @@ void symbols_names_8(t_symbols_names_array *v)
|
|||
v->a[aux_sym__expansion_regex_repeat1] = "_expansion_regex_repeat1";
|
||||
v->a[aux_sym__concatenation_in_expansion_repeat1] \
|
||||
= "_concatenation_in_expansion_repeat1";
|
||||
symbols_names_9(v);
|
||||
}
|
||||
|
||||
void symbols_names_9(t_symbols_names_array *v)
|
||||
{
|
||||
v->a[alias_sym_statements] = "statements";
|
||||
}
|
||||
|
||||
/* EOF symbols_names_1.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue