Updated grammar
This commit is contained in:
parent
dcdefc2ac3
commit
63e1d5d05f
1136 changed files with 81301 additions and 91678 deletions
|
|
@ -127,13 +127,13 @@ void parse_table_4(t_parse_table_array *v)
|
|||
v->a[0][sym__bare_dollar] = actions(1);
|
||||
v->a[0][sym__immediate_double_hash] = actions(1);
|
||||
v->a[0][sym___error_recovery] = actions(1);
|
||||
v->a[1][sym_program] = state(2116);
|
||||
v->a[1][sym__statements] = state(2115);
|
||||
v->a[1][sym_program] = state(2101);
|
||||
v->a[1][sym__statements] = state(2100);
|
||||
v->a[1][sym__statement_not_pipeline] = state(1915);
|
||||
v->a[1][sym_redirected_statement] = state(957);
|
||||
v->a[1][sym_for_statement] = state(957);
|
||||
v->a[1][sym_while_statement] = state(957);
|
||||
v->a[1][sym_if_statement] = state(957);
|
||||
v->a[1][sym_redirected_statement] = state(960);
|
||||
v->a[1][sym_for_statement] = state(960);
|
||||
v->a[1][sym_while_statement] = state(960);
|
||||
v->a[1][sym_if_statement] = state(960);
|
||||
parse_table_5(v);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue