Update: Grammar

This commit is contained in:
Maix0 2024-06-09 20:56:50 +02:00
parent fbb9977f4a
commit 8e1f80fae9
35 changed files with 1551 additions and 1506 deletions

View file

@ -28,7 +28,7 @@ void symbols_names_5(t_symbols_names_array *v)
v->a[sym__expansion_word] = "word";
v->a[sym_extglob_pattern] = "extglob_pattern";
v->a[sym__bare_dollar] = "$";
v->a[sym__immediate_double_hash] = "##";
v->a[sym__immediate_double_hash] = "operator";
v->a[sym___error_recovery] = "__error_recovery";
v->a[sym_program] = "program";
v->a[sym__statements] = "_statements";