Updated parser
This commit is contained in:
parent
66a0625382
commit
bdc062b33a
1248 changed files with 93128 additions and 102788 deletions
|
|
@ -14,10 +14,10 @@
|
|||
# define CONSTANTS_H
|
||||
|
||||
# define LANGUAGE_VERSION 14
|
||||
# define STATE_COUNT 2485
|
||||
# define STATE_COUNT 2340
|
||||
# define LARGE_STATE_COUNT 2
|
||||
# define SYMBOL_COUNT 182
|
||||
# define ALIAS_COUNT 2
|
||||
# define SYMBOL_COUNT 183
|
||||
# define ALIAS_COUNT 1
|
||||
# define TOKEN_COUNT 115
|
||||
# define EXTERNAL_TOKEN_COUNT 20
|
||||
# define FIELD_COUNT 20
|
||||
|
|
|
|||
|
|
@ -178,25 +178,25 @@ enum e_symbols {
|
|||
sym__concatenation_in_expansion = 162,
|
||||
sym_command_substitution = 163,
|
||||
sym__extglob_blob = 164,
|
||||
aux_sym__statements_repeat1 = 165,
|
||||
aux_sym_redirected_statement_repeat1 = 166,
|
||||
aux_sym_redirected_statement_repeat2 = 167,
|
||||
aux_sym_for_statement_repeat1 = 168,
|
||||
aux_sym_if_statement_repeat1 = 169,
|
||||
aux_sym_case_statement_repeat1 = 170,
|
||||
aux_sym__case_item_last_repeat1 = 171,
|
||||
aux_sym__case_item_last_repeat2 = 172,
|
||||
aux_sym_pipeline_repeat1 = 173,
|
||||
aux_sym_command_repeat1 = 174,
|
||||
aux_sym_command_repeat2 = 175,
|
||||
aux_sym__variable_assignments_repeat1 = 176,
|
||||
aux_sym_heredoc_body_repeat1 = 177,
|
||||
aux_sym_concatenation_repeat1 = 178,
|
||||
aux_sym_string_repeat1 = 179,
|
||||
aux_sym_expansion_regex_repeat1 = 180,
|
||||
aux_sym__concatenation_in_expansion_repeat1 = 181,
|
||||
alias_sym_statements = 182,
|
||||
alias_sym_terminator = 183,
|
||||
sym_terminator = 165,
|
||||
aux_sym__statements_repeat1 = 166,
|
||||
aux_sym_redirected_statement_repeat1 = 167,
|
||||
aux_sym_redirected_statement_repeat2 = 168,
|
||||
aux_sym_for_statement_repeat1 = 169,
|
||||
aux_sym_if_statement_repeat1 = 170,
|
||||
aux_sym_case_statement_repeat1 = 171,
|
||||
aux_sym__case_item_last_repeat1 = 172,
|
||||
aux_sym__case_item_last_repeat2 = 173,
|
||||
aux_sym_pipeline_repeat1 = 174,
|
||||
aux_sym_command_repeat1 = 175,
|
||||
aux_sym_command_repeat2 = 176,
|
||||
aux_sym__variable_assignments_repeat1 = 177,
|
||||
aux_sym_heredoc_body_repeat1 = 178,
|
||||
aux_sym_concatenation_repeat1 = 179,
|
||||
aux_sym_string_repeat1 = 180,
|
||||
aux_sym_expansion_regex_repeat1 = 181,
|
||||
aux_sym__concatenation_in_expansion_repeat1 = 182,
|
||||
alias_sym_statements = 183,
|
||||
};
|
||||
|
||||
#endif // SYMBOLS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue